介绍
之前体验了在文章 FreeGPT35部署及使用 中体验了 FreeGPT35,并且应用到了一些项目中。这次来总结一下 实现 Chat2Api 项目合集
什么是 “利用 ChatGPT 3.5 网页免登, 实现 Chat2Api 逆向”?
总结来说就是,因为前不久清明之前 ChatGPT 宣布不登录也能使用,于是网上网出现了一些,”利用免登录 ChatGPT Web 提供的无限制免费 GPT-3.5-Turbo API 服务.” 这样我们就能在 LangChain,划词翻译,沉浸式翻译等服务中畅快的使用了~
缺陷
目前只支持 gpt-3.5-turbo
模型,且只有 completions 接口。需要部署在能访问 chatgpt 网页版可以访问的对方。可以参考之前的文章 FreeGPT35部署及使用 里面有 Render 和 阿里云抢占式实例的部署示例。
示例
1 | import openai |
附录
- https://github.com/aurora-develop/aurora
- https://github.com/aurora-develop/free-gpt3.5-2api
- https://github.com/LanQian528/chat2api
- https://github.com/aurorax-neo/free-gpt3.5-2api
- https://github.com/k0baya/FreeGPT35-Glitch
- https://github.com/PawanOsman/ChatGPT
- https://github.com/PawanOsman/ChatGPT
- https://github.com/xsigoking/chatgpt-free-api
- https://github.com/missuo/FreeGPT35
- https://github.com/cliouo/FreeGPT35-Vercel